home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000068_bob.jones@usg.edu_Thu May 2 11:38:06 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  54 lines

  1. Article: 13359 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!bloom-beacon.mit.edu!newsfeed.utk.edu!news.uky.edu!news-feed-1!not-for-mail
  3. From: Bob Jones <bob.jones@usg.edu>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Problem getting enter key to work
  6. Date: Thu, 02 May 2002 11:26:51 -0400
  7. Organization: PeachNet
  8. Lines: 33
  9. Message-ID: <3CD15ABB.3020709@usg.edu>
  10. NNTP-Posting-Host: loaf.tss.peachnet.edu
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. X-Trace: news-feed-1.peachnet.edu 1020353211 28450 168.24.245.136 (2 May 2002 15:26:51 GMT)
  15. X-Complaints-To: usenet@news-feed-1.peachnet.edu
  16. NNTP-Posting-Date: Thu, 2 May 2002 15:26:51 +0000 (UTC)
  17. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
  18. X-Accept-Language: en-us, en
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13359
  20.  
  21. Okay folks, I have a problem here and hopefully one of you will be 
  22. able to help me.  I have just installed the latest version of kermit 
  23. on my Red Hat 7.2 box.  I have connected a serial cable from that box 
  24. to a new Sun Netra T1.  I start the Sun up and connect kermit using 
  25. the following commands:
  26.  
  27. set modem type none   ; There is no modem
  28. set line /dev/ttyS0   ; Specify device name
  29. set carrier-watch off ; If DTR CD are not cross-connected
  30. set speed 9600        ; Or other desired speed
  31. set flow rts/cts      ; If RTS and CTS are cross-connected
  32. set parity even       ; (or "mark" or "space", if necessary)
  33. set stop-bits 1       ; (rarely necessary)
  34. connect               ; Enter Connect (terminal) state
  35.  
  36. I then send a ^\B to emulate the stop-a and get to the ok prompt.  Now 
  37. this is where my problem begins.
  38.  
  39. I cannot execute any command at the ok prompt.  I type in the command 
  40. (let's say .version) and then hit the enter key and nothing happens. 
  41. I've tried ^m which does nothing and ^j which would give an error of 
  42. .version ? and so on.
  43.  
  44. So, anyone know what's going on?  Is there something I can do to get 
  45. the enter key to work or is there a control sequence to emulate the 
  46. enter key.
  47.  
  48. Any and all help is greatly appreciated.
  49.  
  50. Thanks,
  51. Bob Jones
  52. bob.jones@usg.edu
  53.  
  54.